Html Css Color HEX #0A6C1D Crusoe

📋 copy color: '#0A6C1D'

red 10 ◦ green 108 ◦ blue 29

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

Shades of Crusoe #0A6C1D

Tints of Crusoe #0A6C1D

RGB

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

 GREEN value IS 108 (42.58% from 255) = 73.47%

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

R = 6.8%
G = 73.47%
B = 19.73%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.73

 K value IS 0.58

RGB Variations

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

Color information

#0A6C1D (or 0x0A6C1D) is known color: Crusoe. HEX triplet: 0A, 6C and 1D. RGB value is (10,108,29). Sum of RGB (Red+Green+Blue) = 10+108+29=147 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.80% from 147); Green value is 108 (42.58% from 255 or 73.47% from 147); Blue value is 29 (11.72% from 255 or 19.73% from 147); Max value from RGB is 108 - color contains mainly: green. Hex color #0A6C1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A6C1D is #F593E2. Grayscale: #454545. Windows color (decimal): -16094179 or 1928202. OLE color: 1928202.

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

Color convert

RGB 10 108 29 -
CMYK 0.91 0 0.73 0.58
HSL 131.63º 0.83% 0.23% -
HSV(B) 131.63º 0.91% 0.42% -
XYZ 5.71 10.88 2.96 -
YUV 69.69 105.03 85.42 -
System Red Green Blue C M Y K H S L
Decimal 10 108 29 0.91 0 0.73 0.58 131.63 0.83 0.23
Hex A 6C 1D 5B 0 49 3A 84 53 17
Octal 12 154 35 133 0 111 72 204 123 27
Binary 1010 1101100 11101 1011011 0 1001001 111010 10000100 1010011 10111

Color Harmonies of #0A6C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A6C1D

Black with #0A6C1D

Text Example


Text Example

White with #0A6C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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