Html Css Color HEX #106B25 Crusoe

📋 copy color: '#106B25'

red 16 ◦ green 107 ◦ blue 37

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

Shades of Crusoe #106B25

Tints of Crusoe #106B25

RGB

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

 GREEN value IS 107 (42.19% from 255) = 66.88%

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

R = 10%
G = 66.88%
B = 23.13%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.65

 K value IS 0.58

RGB Variations

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

Color information

#106B25 (or 0x106B25) is known color: Crusoe. HEX triplet: 10, 6B and 25. RGB value is (16,107,37). Sum of RGB (Red+Green+Blue) = 16+107+37=160 (21% of max value = 765). Red value is 16 (6.64% from 255 or 10% from 160); Green value is 107 (42.19% from 255 or 66.88% from 160); Blue value is 37 (14.84% from 255 or 23.12% from 160); Max value from RGB is 107 - color contains mainly: green. Hex color #106B25 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106B25 is #EF94DA. Grayscale: #484848. Windows color (decimal): -15701211 or 2452240. OLE color: 2452240.

HSL color Cylindrical-coordinate representation of color #106B25: hue angle of 133.85º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #106B25 is Cyan = 0.85, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.58.

Color convert

RGB 16 107 37 -
CMYK 0.85 0 0.65 0.58
HSL 133.85º 0.74% 0.24% -
HSV(B) 133.85º 0.85% 0.42% -
XYZ 5.81 10.76 3.52 -
YUV 71.81 108.35 88.19 -
System Red Green Blue C M Y K H S L
Decimal 16 107 37 0.85 0 0.65 0.58 133.85 0.74 0.24
Hex 10 6B 25 55 0 41 3A 86 4A 18
Octal 20 153 45 125 0 101 72 206 112 30
Binary 10000 1101011 100101 1010101 0 1000001 111010 10000110 1001010 11000

Color Harmonies of #106B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106B25

Black with #106B25

Text Example


Text Example

White with #106B25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106B25; }

 p { color: rgb(16,107,37); }

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

background-color css

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

 a { background-color: rgb(16,107,37); }

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

border-color css

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

 span { border-color: rgb(16,107,37); }

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