Html Css Color HEX #0A6D1D Crusoe

📋 copy color: '#0A6D1D'

red 10 ◦ green 109 ◦ blue 29

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

Shades of Crusoe #0A6D1D

Tints of Crusoe #0A6D1D

RGB

 RED value IS 10 (4.3% from 255) = 6.76%

 GREEN value IS 109 (42.97% from 255) = 73.65%

 BLUE value IS 29 (11.72% from 255) = 19.59%

R = 6.76%
G = 73.65%
B = 19.59%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.73

 K value IS 0.57

RGB Variations

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

Color information

#0A6D1D (or 0x0A6D1D) is known color: Crusoe. HEX triplet: 0A, 6D and 1D. RGB value is (10,109,29). Sum of RGB (Red+Green+Blue) = 10+109+29=148 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.76% from 148); Green value is 109 (42.97% from 255 or 73.65% from 148); Blue value is 29 (11.72% from 255 or 19.59% from 148); Max value from RGB is 109 - color contains mainly: green. Hex color #0A6D1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A6D1D is #F592E2. Grayscale: #464646. Windows color (decimal): -16093923 or 1928458. OLE color: 1928458.

HSL color Cylindrical-coordinate representation of color #0A6D1D: hue angle of 131.52º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A6D1D is Cyan = 0.91, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.57.

Color convert

RGB 10 109 29 -
CMYK 0.91 0 0.73 0.57
HSL 131.52º 0.83% 0.23% -
HSV(B) 131.52º 0.91% 0.43% -
XYZ 5.82 11.09 3 -
YUV 70.28 104.7 85 -
System Red Green Blue C M Y K H S L
Decimal 10 109 29 0.91 0 0.73 0.57 131.52 0.83 0.23
Hex A 6D 1D 5B 0 49 39 84 53 17
Octal 12 155 35 133 0 111 71 204 123 27
Binary 1010 1101101 11101 1011011 0 1001001 111001 10000100 1010011 10111

Color Harmonies of #0A6D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A6D1D

Black with #0A6D1D

Text Example


Text Example

White with #0A6D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A6D1D; }

 p { color: rgb(10,109,29); }

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

background-color css

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

 a { background-color: rgb(10,109,29); }

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

border-color css

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

 span { border-color: rgb(10,109,29); }

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