Html Css Color HEX #0A702F Crusoe

📋 copy color: '#0A702F'

red 10 ◦ green 112 ◦ blue 47

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

Shades of Crusoe #0A702F

Tints of Crusoe #0A702F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 66.27%

 BLUE value IS 47 (18.75% from 255) = 27.81%

R = 5.92%
G = 66.27%
B = 27.81%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#0A702F (or 0x0A702F) is known color: Crusoe. HEX triplet: 0A, 70 and 2F. RGB value is (10,112,47). Sum of RGB (Red+Green+Blue) = 10+112+47=169 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.92% from 169); Green value is 112 (44.14% from 255 or 66.27% from 169); Blue value is 47 (18.75% from 255 or 27.81% from 169); Max value from RGB is 112 - color contains mainly: green. Hex color #0A702F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A702F is #F58FD0. Grayscale: #4A4A4A. Windows color (decimal): -16093137 or 3108874. OLE color: 3108874.

HSL color Cylindrical-coordinate representation of color #0A702F: hue angle of 141.76º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A702F is Cyan = 0.91, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB 10 112 47 -
CMYK 0.91 0 0.58 0.56
HSL 141.76º 0.84% 0.24% -
HSV(B) 141.76º 0.91% 0.44% -
XYZ 6.43 11.86 4.64 -
YUV 74.09 112.71 82.29 -
System Red Green Blue C M Y K H S L
Decimal 10 112 47 0.91 0 0.58 0.56 141.76 0.84 0.24
Hex A 70 2F 5B 0 3A 38 8E 54 18
Octal 12 160 57 133 0 72 70 216 124 30
Binary 1010 1110000 101111 1011011 0 111010 111000 10001110 1010100 11000

Color Harmonies of #0A702F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A702F

Black with #0A702F

Text Example


Text Example

White with #0A702F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,112,47); }

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

background-color css

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

 a { background-color: rgb(10,112,47); }

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

border-color css

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

 span { border-color: rgb(10,112,47); }

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