Html Css Color HEX #126723 Crusoe

📋 copy color: '#126723'

red 18 ◦ green 103 ◦ blue 35

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

Shades of Crusoe #126723

Tints of Crusoe #126723

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 22.44%

R = 11.54%
G = 66.03%
B = 22.44%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.66

 K value IS 0.60

RGB Variations

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

Color information

#126723 (or 0x126723) is known color: Crusoe. HEX triplet: 12, 67 and 23. RGB value is (18,103,35). Sum of RGB (Red+Green+Blue) = 18+103+35=156 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.54% from 156); Green value is 103 (40.62% from 255 or 66.03% from 156); Blue value is 35 (14.06% from 255 or 22.44% from 156); Max value from RGB is 103 - color contains mainly: green. Hex color #126723 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126723 is #ED98DC. Grayscale: #464646. Windows color (decimal): -15571165 or 2320146. OLE color: 2320146.

HSL color Cylindrical-coordinate representation of color #126723: hue angle of 132º 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 #126723 is Cyan = 0.83, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.60.

Color convert

RGB 18 103 35 -
CMYK 0.83 0 0.66 0.60
HSL 132º 0.7% 0.24% -
HSV(B) 132º 0.83% 0.4% -
XYZ 5.4 9.95 3.23 -
YUV 69.83 108.34 91.03 -
System Red Green Blue C M Y K H S L
Decimal 18 103 35 0.83 0 0.66 0.60 132 0.7 0.24
Hex 12 67 23 53 0 42 3C 84 46 18
Octal 22 147 43 123 0 102 74 204 106 30
Binary 10010 1100111 100011 1010011 0 1000010 111100 10000100 1000110 11000

Color Harmonies of #126723

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126723

Black with #126723

Text Example


Text Example

White with #126723

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126723; }

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

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

background-color css

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

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

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

border-color css

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

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

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