Html Css Color HEX #067126 Crusoe

📋 copy color: '#067126'

red 6 ◦ green 113 ◦ blue 38

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

Shades of Crusoe #067126

Tints of Crusoe #067126

RGB

 RED value IS 6 (2.73% from 255) = 3.82%

 GREEN value IS 113 (44.53% from 255) = 71.97%

 BLUE value IS 38 (15.23% from 255) = 24.2%

R = 3.82%
G = 71.97%
B = 24.2%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.66

 K value IS 0.56

RGB Variations

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

Color information

#067126 (or 0x067126) is known color: Crusoe. HEX triplet: 06, 71 and 26. RGB value is (6,113,38). Sum of RGB (Red+Green+Blue) = 6+113+38=157 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.82% from 157); Green value is 113 (44.53% from 255 or 71.97% from 157); Blue value is 38 (15.23% from 255 or 24.20% from 157); Max value from RGB is 113 - color contains mainly: green. Hex color #067126 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #067126 is #F98ED9. Grayscale: #484848. Windows color (decimal): -16355034 or 2519302. OLE color: 2519302.

HSL color Cylindrical-coordinate representation of color #067126: hue angle of 137.94º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067126 is Cyan = 0.95, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.56.

Color convert

RGB 6 113 38 -
CMYK 0.95 0 0.66 0.56
HSL 137.94º 0.9% 0.23% -
HSV(B) 137.94º 0.95% 0.44% -
XYZ 6.33 11.99 3.81 -
YUV 72.46 108.55 80.6 -
System Red Green Blue C M Y K H S L
Decimal 6 113 38 0.95 0 0.66 0.56 137.94 0.9 0.23
Hex 6 71 26 5F 0 42 38 8A 5A 17
Octal 6 161 46 137 0 102 70 212 132 27
Binary 110 1110001 100110 1011111 0 1000010 111000 10001010 1011010 10111

Color Harmonies of #067126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067126

Black with #067126

Text Example


Text Example

White with #067126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067126; }

 p { color: rgb(6,113,38); }

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

background-color css

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

 a { background-color: rgb(6,113,38); }

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

border-color css

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

 span { border-color: rgb(6,113,38); }

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