Html Css Color HEX #106022 Crusoe

📋 copy color: '#106022'

red 16 ◦ green 96 ◦ blue 34

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

Shades of Crusoe #106022

Tints of Crusoe #106022

RGB

 RED value IS 16 (6.64% from 255) = 10.96%

 GREEN value IS 96 (37.89% from 255) = 65.75%

 BLUE value IS 34 (13.67% from 255) = 23.29%

R = 10.96%
G = 65.75%
B = 23.29%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.65

 K value IS 0.62

RGB Variations

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

Color information

#106022 (or 0x106022) is known color: Crusoe. HEX triplet: 10, 60 and 22. RGB value is (16,96,34). Sum of RGB (Red+Green+Blue) = 16+96+34=146 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.96% from 146); Green value is 96 (37.89% from 255 or 65.75% from 146); Blue value is 34 (13.67% from 255 or 23.29% from 146); Max value from RGB is 96 - color contains mainly: green. Hex color #106022 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106022 is #EF9FDD. Grayscale: #414141. Windows color (decimal): -15704030 or 2252816. OLE color: 2252816.

HSL color Cylindrical-coordinate representation of color #106022: hue angle of 133.5º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #106022 is Cyan = 0.83, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.62.

Color convert

RGB 16 96 34 -
CMYK 0.83 0 0.65 0.62
HSL 133.5º 0.71% 0.22% -
HSV(B) 133.5º 0.83% 0.38% -
XYZ 4.69 8.59 2.92 -
YUV 65.01 110.5 93.04 -
System Red Green Blue C M Y K H S L
Decimal 16 96 34 0.83 0 0.65 0.62 133.5 0.71 0.22
Hex 10 60 22 53 0 41 3E 86 47 16
Octal 20 140 42 123 0 101 76 206 107 26
Binary 10000 1100000 100010 1010011 0 1000001 111110 10000110 1000111 10110

Color Harmonies of #106022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106022

Black with #106022

Text Example


Text Example

White with #106022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106022; }

 p { color: rgb(16,96,34); }

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

background-color css

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

 a { background-color: rgb(16,96,34); }

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

border-color css

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

 span { border-color: rgb(16,96,34); }

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