Html Css Color HEX #0A6D1F Crusoe

📋 copy color: '#0A6D1F'

red 10 ◦ green 109 ◦ blue 31

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

Shades of Crusoe #0A6D1F

Tints of Crusoe #0A6D1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 20.67%

R = 6.67%
G = 72.67%
B = 20.67%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.72

 K value IS 0.57

RGB Variations

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

Color information

#0A6D1F (or 0x0A6D1F) is known color: Crusoe. HEX triplet: 0A, 6D and 1F. RGB value is (10,109,31). Sum of RGB (Red+Green+Blue) = 10+109+31=150 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.67% from 150); Green value is 109 (42.97% from 255 or 72.67% from 150); Blue value is 31 (12.5% from 255 or 20.67% from 150); Max value from RGB is 109 - color contains mainly: green. Hex color #0A6D1F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A6D1F is #F592E0. Grayscale: #464646. Windows color (decimal): -16093921 or 2059530. OLE color: 2059530.

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

Color convert

RGB 10 109 31 -
CMYK 0.91 0 0.72 0.57
HSL 132.73º 0.83% 0.23% -
HSV(B) 132.73º 0.91% 0.43% -
XYZ 5.84 11.1 3.13 -
YUV 70.51 105.7 84.84 -
System Red Green Blue C M Y K H S L
Decimal 10 109 31 0.91 0 0.72 0.57 132.73 0.83 0.23
Hex A 6D 1F 5B 0 48 39 85 53 17
Octal 12 155 37 133 0 110 71 205 123 27
Binary 1010 1101101 11111 1011011 0 1001000 111001 10000101 1010011 10111

Color Harmonies of #0A6D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A6D1F

Black with #0A6D1F

Text Example


Text Example

White with #0A6D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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