Html Css Color HEX #126127 Crusoe

📋 copy color: '#126127'

red 18 ◦ green 97 ◦ blue 39

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

Shades of Crusoe #126127

Tints of Crusoe #126127

RGB

 RED value IS 18 (7.42% from 255) = 11.69%

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

 BLUE value IS 39 (15.63% from 255) = 25.32%

R = 11.69%
G = 62.99%
B = 25.32%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.60

 K value IS 0.62

RGB Variations

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

Color information

#126127 (or 0x126127) is known color: Crusoe. HEX triplet: 12, 61 and 27. RGB value is (18,97,39). Sum of RGB (Red+Green+Blue) = 18+97+39=154 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.69% from 154); Green value is 97 (38.28% from 255 or 62.99% from 154); Blue value is 39 (15.62% from 255 or 25.32% from 154); Max value from RGB is 97 - color contains mainly: green. Hex color #126127 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126127 is #ED9ED8. Grayscale: #424242. Windows color (decimal): -15572697 or 2580754. OLE color: 2580754.

HSL color Cylindrical-coordinate representation of color #126127: hue angle of 135.95º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #126127 is Cyan = 0.81, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.62.

Color convert

RGB 18 97 39 -
CMYK 0.81 0 0.60 0.62
HSL 135.95º 0.69% 0.23% -
HSV(B) 135.95º 0.81% 0.38% -
XYZ 4.89 8.82 3.37 -
YUV 66.77 112.33 93.22 -
System Red Green Blue C M Y K H S L
Decimal 18 97 39 0.81 0 0.60 0.62 135.95 0.69 0.23
Hex 12 61 27 51 0 3C 3E 88 45 17
Octal 22 141 47 121 0 74 76 210 105 27
Binary 10010 1100001 100111 1010001 0 111100 111110 10001000 1000101 10111

Color Harmonies of #126127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126127

Black with #126127

Text Example


Text Example

White with #126127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126127; }

 p { color: rgb(18,97,39); }

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

background-color css

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

 a { background-color: rgb(18,97,39); }

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

border-color css

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

 span { border-color: rgb(18,97,39); }

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