Html Css Color HEX #006C25 Crusoe

📋 copy color: '#006C25'

red 0 ◦ green 108 ◦ blue 37

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

Shades of Crusoe #006C25

Tints of Crusoe #006C25

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 108 (42.58% from 255) = 74.48%

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

R = 0%
G = 74.48%
B = 25.52%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.66

 K value IS 0.58

RGB Variations

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

Color information

#006C25 (or 0x006C25) is known color: Crusoe. HEX triplet: 00, 6C and 25. RGB value is (0,108,37). Sum of RGB (Red+Green+Blue) = 0+108+37=145 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 145); Green value is 108 (42.58% from 255 or 74.48% from 145); Blue value is 37 (14.84% from 255 or 25.52% from 145); Max value from RGB is 108 - color contains mainly: green. Hex color #006C25 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006C25 is #FF93DA. Grayscale: #434343. Windows color (decimal): -16749531 or 2452480. OLE color: 2452480.

HSL color Cylindrical-coordinate representation of color #006C25: hue angle of 140.56º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006C25 is Cyan = 1, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.58.

Color convert

RGB 0 108 37 -
CMYK 1 0 0.66 0.58
HSL 140.56º 1% 0.21% -
HSV(B) 140.56º 1% 0.42% -
XYZ 5.7 10.86 3.55 -
YUV 67.61 110.72 79.77 -
System Red Green Blue C M Y K H S L
Decimal 0 108 37 1 0 0.66 0.58 140.56 1 0.21
Hex 0 6C 25 64 0 42 3A 8D 64 15
Octal 0 154 45 144 0 102 72 215 144 25
Binary 0 1101100 100101 1100100 0 1000010 111010 10001101 1100100 10101

Color Harmonies of #006C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006C25

Black with #006C25

Text Example


Text Example

White with #006C25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006C25; }

 p { color: rgb(0,108,37); }

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

background-color css

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

 a { background-color: rgb(0,108,37); }

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

border-color css

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

 span { border-color: rgb(0,108,37); }

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