Html Css Color HEX #429A6B Eucalyptus

📋 copy color: '#429A6B'

red 66 ◦ green 154 ◦ blue 107

#429A6B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eucalyptus #429A6B

Tints of Eucalyptus #429A6B

RGB

 RED value IS 66 (26.17% from 255) = 20.18%

 GREEN value IS 154 (60.55% from 255) = 47.09%

 BLUE value IS 107 (42.19% from 255) = 32.72%

R = 20.18%
G = 47.09%
B = 32.72%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.31

 K value IS 0.40

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#429A6B (or 0x429A6B) is known color: Eucalyptus. HEX triplet: 42, 9A and 6B. RGB value is (66,154,107). Sum of RGB (Red+Green+Blue) = 66+154+107=327 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.18% from 327); Green value is 154 (60.55% from 255 or 47.09% from 327); Blue value is 107 (42.19% from 255 or 32.72% from 327); Max value from RGB is 154 - color contains mainly: green. Hex color #429A6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429A6B is #BD6594. Grayscale: #7A7A7A. Windows color (decimal): -12412309 or 7051842. OLE color: 7051842.

HSL color Cylindrical-coordinate representation of color #429A6B: hue angle of 147.95º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #429A6B is Cyan = 0.57, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.40.

Color convert

RGB 66 154 107 -
CMYK 0.57 0 0.31 0.40
HSL 147.95º 0.4% 0.43% -
HSV(B) 147.95º 0.57% 0.6% -
XYZ 16.46 25.33 17.93 -
YUV 122.33 119.35 87.82 -
System Red Green Blue C M Y K H S L
Decimal 66 154 107 0.57 0 0.31 0.40 147.95 0.4 0.43
Hex 42 9A 6B 39 0 1F 28 94 28 2B
Octal 102 232 153 71 0 37 50 224 50 53
Binary 1000010 10011010 1101011 111001 0 11111 101000 10010100 101000 101011

Color Harmonies of #429A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429A6B

Black with #429A6B

Text Example


Text Example

White with #429A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #429A6B; }

 p { color: rgb(66,154,107); }

 H1.HeaderClassName
 {
   color: #429A6B;
 }
 .AnyTagClassName
 {
   color: #429A6B;
 }
</style>

background-color css

<style>
 a { background-color: #429A6B; }

 a { background-color: rgb(66,154,107); }

 div.DivClassName
 {
   background-color: #429A6B;
 }
 .BgClassName
 {
   background-color: #429A6B;
 }
</style>

border-color css

<style>
 span { border-color: #429A6B; }

 span { border-color: rgb(66,154,107); }

 td.TdClassName
 {
   border-color: #429A6B;
 }
 .TagClassName
 {
   border-color: #429A6B;
 }
</style>