Html Css Color HEX #126725 Crusoe

📋 copy color: '#126725'

red 18 ◦ green 103 ◦ blue 37

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

Shades of Crusoe #126725

Tints of Crusoe #126725

RGB

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

 GREEN value IS 103 (40.63% from 255) = 65.19%

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

R = 11.39%
G = 65.19%
B = 23.42%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.64

 K value IS 0.60

RGB Variations

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

Color information

#126725 (or 0x126725) is known color: Crusoe. HEX triplet: 12, 67 and 25. RGB value is (18,103,37). Sum of RGB (Red+Green+Blue) = 18+103+37=158 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.39% from 158); Green value is 103 (40.62% from 255 or 65.19% from 158); Blue value is 37 (14.84% from 255 or 23.42% from 158); Max value from RGB is 103 - color contains mainly: green. Hex color #126725 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126725 is #ED98DA. Grayscale: #464646. Windows color (decimal): -15571163 or 2451218. OLE color: 2451218.

HSL color Cylindrical-coordinate representation of color #126725: hue angle of 133.41º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #126725 is Cyan = 0.83, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.60.

Color convert

RGB 18 103 37 -
CMYK 0.83 0 0.64 0.60
HSL 133.41º 0.7% 0.24% -
HSV(B) 133.41º 0.83% 0.4% -
XYZ 5.43 9.96 3.39 -
YUV 70.06 109.34 90.87 -
System Red Green Blue C M Y K H S L
Decimal 18 103 37 0.83 0 0.64 0.60 133.41 0.7 0.24
Hex 12 67 25 53 0 40 3C 85 46 18
Octal 22 147 45 123 0 100 74 205 106 30
Binary 10010 1100111 100101 1010011 0 1000000 111100 10000101 1000110 11000

Color Harmonies of #126725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126725

Black with #126725

Text Example


Text Example

White with #126725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126725; }

 p { color: rgb(18,103,37); }

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

background-color css

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

 a { background-color: rgb(18,103,37); }

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

border-color css

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

 span { border-color: rgb(18,103,37); }

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