Html Css Color HEX #0A702E Crusoe

📋 copy color: '#0A702E'

red 10 ◦ green 112 ◦ blue 46

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

Shades of Crusoe #0A702E

Tints of Crusoe #0A702E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 27.38%

R = 5.95%
G = 66.67%
B = 27.38%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.59

 K value IS 0.56

RGB Variations

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

Color information

#0A702E (or 0x0A702E) is known color: Crusoe. HEX triplet: 0A, 70 and 2E. RGB value is (10,112,46). Sum of RGB (Red+Green+Blue) = 10+112+46=168 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.95% from 168); Green value is 112 (44.14% from 255 or 66.67% from 168); Blue value is 46 (18.36% from 255 or 27.38% from 168); Max value from RGB is 112 - color contains mainly: green. Hex color #0A702E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A702E is #F58FD1. Grayscale: #4A4A4A. Windows color (decimal): -16093138 or 3043338. OLE color: 3043338.

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

Color convert

RGB 10 112 46 -
CMYK 0.91 0 0.59 0.56
HSL 141.18º 0.84% 0.24% -
HSV(B) 141.18º 0.91% 0.44% -
XYZ 6.41 11.85 4.53 -
YUV 73.98 112.21 82.37 -
System Red Green Blue C M Y K H S L
Decimal 10 112 46 0.91 0 0.59 0.56 141.18 0.84 0.24
Hex A 70 2E 5B 0 3B 38 8D 54 18
Octal 12 160 56 133 0 73 70 215 124 30
Binary 1010 1110000 101110 1011011 0 111011 111000 10001101 1010100 11000

Color Harmonies of #0A702E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A702E

Black with #0A702E

Text Example


Text Example

White with #0A702E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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