Html Css Color HEX #0A681F Crusoe

📋 copy color: '#0A681F'

red 10 ◦ green 104 ◦ blue 31

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

Shades of Crusoe #0A681F

Tints of Crusoe #0A681F

RGB

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

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

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

R = 6.9%
G = 71.72%
B = 21.38%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.70

 K value IS 0.59

RGB Variations

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

Color information

#0A681F (or 0x0A681F) is known color: Crusoe. HEX triplet: 0A, 68 and 1F. RGB value is (10,104,31). Sum of RGB (Red+Green+Blue) = 10+104+31=145 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.90% from 145); Green value is 104 (41.02% from 255 or 71.72% from 145); Blue value is 31 (12.5% from 255 or 21.38% from 145); Max value from RGB is 104 - color contains mainly: green. Hex color #0A681F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A681F is #F597E0. Grayscale: #434343. Windows color (decimal): -16095201 or 2058250. OLE color: 2058250.

HSL color Cylindrical-coordinate representation of color #0A681F: hue angle of 133.4º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A681F is Cyan = 0.90, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.59.

Color convert

RGB 10 104 31 -
CMYK 0.90 0 0.70 0.59
HSL 133.4º 0.82% 0.22% -
HSV(B) 133.4º 0.9% 0.41% -
XYZ 5.32 10.06 2.96 -
YUV 67.57 107.36 86.94 -
System Red Green Blue C M Y K H S L
Decimal 10 104 31 0.90 0 0.70 0.59 133.4 0.82 0.22
Hex A 68 1F 5A 0 46 3B 85 52 16
Octal 12 150 37 132 0 106 73 205 122 26
Binary 1010 1101000 11111 1011010 0 1000110 111011 10000101 1010010 10110

Color Harmonies of #0A681F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A681F

Black with #0A681F

Text Example


Text Example

White with #0A681F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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