Html Css Color HEX #0A6D1B Crusoe

📋 copy color: '#0A6D1B'

red 10 ◦ green 109 ◦ blue 27

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

Shades of Crusoe #0A6D1B

Tints of Crusoe #0A6D1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 18.49%

R = 6.85%
G = 74.66%
B = 18.49%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.75

 K value IS 0.57

RGB Variations

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

Color information

#0A6D1B (or 0x0A6D1B) is known color: Crusoe. HEX triplet: 0A, 6D and 1B. RGB value is (10,109,27). Sum of RGB (Red+Green+Blue) = 10+109+27=146 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.85% from 146); Green value is 109 (42.97% from 255 or 74.66% from 146); Blue value is 27 (10.94% from 255 or 18.49% from 146); Max value from RGB is 109 - color contains mainly: green. Hex color #0A6D1B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A6D1B is #F592E4. Grayscale: #464646. Windows color (decimal): -16093925 or 1797386. OLE color: 1797386.

HSL color Cylindrical-coordinate representation of color #0A6D1B: hue angle of 130.3º 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 #0A6D1B is Cyan = 0.91, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.57.

Color convert

RGB 10 109 27 -
CMYK 0.91 0 0.75 0.57
HSL 130.3º 0.83% 0.23% -
HSV(B) 130.3º 0.91% 0.43% -
XYZ 5.79 11.08 2.87 -
YUV 70.05 103.7 85.17 -
System Red Green Blue C M Y K H S L
Decimal 10 109 27 0.91 0 0.75 0.57 130.3 0.83 0.23
Hex A 6D 1B 5B 0 4B 39 82 53 17
Octal 12 155 33 133 0 113 71 202 123 27
Binary 1010 1101101 11011 1011011 0 1001011 111001 10000010 1010011 10111

Color Harmonies of #0A6D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A6D1B

Black with #0A6D1B

Text Example


Text Example

White with #0A6D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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