Html Css Color HEX #106025 Crusoe

📋 copy color: '#106025'

red 16 ◦ green 96 ◦ blue 37

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

Shades of Crusoe #106025

Tints of Crusoe #106025

RGB

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

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

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

R = 10.74%
G = 64.43%
B = 24.83%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.61

 K value IS 0.62

RGB Variations

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

Color information

#106025 (or 0x106025) is known color: Crusoe. HEX triplet: 10, 60 and 25. RGB value is (16,96,37). Sum of RGB (Red+Green+Blue) = 16+96+37=149 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.74% from 149); Green value is 96 (37.89% from 255 or 64.43% from 149); Blue value is 37 (14.84% from 255 or 24.83% from 149); Max value from RGB is 96 - color contains mainly: green. Hex color #106025 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106025 is #EF9FDA. Grayscale: #414141. Windows color (decimal): -15704027 or 2449424. OLE color: 2449424.

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

Color convert

RGB 16 96 37 -
CMYK 0.83 0 0.61 0.62
HSL 135.75º 0.71% 0.22% -
HSV(B) 135.75º 0.83% 0.38% -
XYZ 4.73 8.61 3.16 -
YUV 65.35 112 92.8 -
System Red Green Blue C M Y K H S L
Decimal 16 96 37 0.83 0 0.61 0.62 135.75 0.71 0.22
Hex 10 60 25 53 0 3D 3E 88 47 16
Octal 20 140 45 123 0 75 76 210 107 26
Binary 10000 1100000 100101 1010011 0 111101 111110 10001000 1000111 10110

Color Harmonies of #106025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106025

Black with #106025

Text Example


Text Example

White with #106025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106025; }

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

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

background-color css

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

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

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

border-color css

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

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

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