Html Css Color HEX #106830 Crusoe

📋 copy color: '#106830'

red 16 ◦ green 104 ◦ blue 48

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

Shades of Crusoe #106830

Tints of Crusoe #106830

RGB

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

 GREEN value IS 104 (41.02% from 255) = 61.9%

 BLUE value IS 48 (19.14% from 255) = 28.57%

R = 9.52%
G = 61.9%
B = 28.57%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.54

 K value IS 0.59

RGB Variations

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

Color information

#106830 (or 0x106830) is known color: Crusoe. HEX triplet: 10, 68 and 30. RGB value is (16,104,48). Sum of RGB (Red+Green+Blue) = 16+104+48=168 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.52% from 168); Green value is 104 (41.02% from 255 or 61.90% from 168); Blue value is 48 (19.14% from 255 or 28.57% from 168); Max value from RGB is 104 - color contains mainly: green. Hex color #106830 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106830 is #EF97CF. Grayscale: #474747. Windows color (decimal): -15701968 or 3172368. OLE color: 3172368.

HSL color Cylindrical-coordinate representation of color #106830: hue angle of 141.82º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #106830 is Cyan = 0.85, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.59.

Color convert

RGB 16 104 48 -
CMYK 0.85 0 0.54 0.59
HSL 141.82º 0.73% 0.24% -
HSV(B) 141.82º 0.85% 0.41% -
XYZ 5.7 10.22 4.47 -
YUV 71.3 114.85 88.55 -
System Red Green Blue C M Y K H S L
Decimal 16 104 48 0.85 0 0.54 0.59 141.82 0.73 0.24
Hex 10 68 30 55 0 36 3B 8E 49 18
Octal 20 150 60 125 0 66 73 216 111 30
Binary 10000 1101000 110000 1010101 0 110110 111011 10001110 1001001 11000

Color Harmonies of #106830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106830

Black with #106830

Text Example


Text Example

White with #106830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106830; }

 p { color: rgb(16,104,48); }

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

background-color css

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

 a { background-color: rgb(16,104,48); }

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

border-color css

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

 span { border-color: rgb(16,104,48); }

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