Html Css Color HEX #066125 Crusoe

📋 copy color: '#066125'

red 6 ◦ green 97 ◦ blue 37

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

Shades of Crusoe #066125

Tints of Crusoe #066125

RGB

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

 GREEN value IS 97 (38.28% from 255) = 69.29%

 BLUE value IS 37 (14.84% from 255) = 26.43%

R = 4.29%
G = 69.29%
B = 26.43%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.62

 K value IS 0.62

RGB Variations

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

Color information

#066125 (or 0x066125) is known color: Crusoe. HEX triplet: 06, 61 and 25. RGB value is (6,97,37). Sum of RGB (Red+Green+Blue) = 6+97+37=140 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.29% from 140); Green value is 97 (38.28% from 255 or 69.29% from 140); Blue value is 37 (14.84% from 255 or 26.43% from 140); Max value from RGB is 97 - color contains mainly: green. Hex color #066125 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066125 is #F99EDA. Grayscale: #3F3F3F. Windows color (decimal): -16359131 or 2449670. OLE color: 2449670.

HSL color Cylindrical-coordinate representation of color #066125: hue angle of 140.44º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066125 is Cyan = 0.94, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.62.

Color convert

RGB 6 97 37 -
CMYK 0.94 0 0.62 0.62
HSL 140.44º 0.88% 0.2% -
HSV(B) 140.44º 0.94% 0.38% -
XYZ 4.68 8.72 3.19 -
YUV 62.95 113.35 87.38 -
System Red Green Blue C M Y K H S L
Decimal 6 97 37 0.94 0 0.62 0.62 140.44 0.88 0.2
Hex 6 61 25 5E 0 3E 3E 8C 58 14
Octal 6 141 45 136 0 76 76 214 130 24
Binary 110 1100001 100101 1011110 0 111110 111110 10001100 1011000 10100

Color Harmonies of #066125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066125

Black with #066125

Text Example


Text Example

White with #066125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066125; }

 p { color: rgb(6,97,37); }

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

background-color css

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

 a { background-color: rgb(6,97,37); }

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

border-color css

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

 span { border-color: rgb(6,97,37); }

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