Html Css Color HEX #067226 Crusoe

📋 copy color: '#067226'

red 6 ◦ green 114 ◦ blue 38

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

Shades of Crusoe #067226

Tints of Crusoe #067226

RGB

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

 GREEN value IS 114 (44.92% from 255) = 72.15%

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

R = 3.8%
G = 72.15%
B = 24.05%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.67

 K value IS 0.55

RGB Variations

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

Color information

#067226 (or 0x067226) is known color: Crusoe. HEX triplet: 06, 72 and 26. RGB value is (6,114,38). Sum of RGB (Red+Green+Blue) = 6+114+38=158 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.80% from 158); Green value is 114 (44.92% from 255 or 72.15% from 158); Blue value is 38 (15.23% from 255 or 24.05% from 158); Max value from RGB is 114 - color contains mainly: green. Hex color #067226 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #067226 is #F98DD9. Grayscale: #494949. Windows color (decimal): -16354778 or 2519558. OLE color: 2519558.

HSL color Cylindrical-coordinate representation of color #067226: hue angle of 137.78º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067226 is Cyan = 0.95, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.55.

Color convert

RGB 6 114 38 -
CMYK 0.95 0 0.67 0.55
HSL 137.78º 0.9% 0.24% -
HSV(B) 137.78º 0.95% 0.45% -
XYZ 6.44 12.21 3.85 -
YUV 73.04 108.22 80.18 -
System Red Green Blue C M Y K H S L
Decimal 6 114 38 0.95 0 0.67 0.55 137.78 0.9 0.24
Hex 6 72 26 5F 0 43 37 8A 5A 18
Octal 6 162 46 137 0 103 67 212 132 30
Binary 110 1110010 100110 1011111 0 1000011 110111 10001010 1011010 11000

Color Harmonies of #067226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067226

Black with #067226

Text Example


Text Example

White with #067226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067226; }

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

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

background-color css

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

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

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

border-color css

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

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

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