Html Css Color HEX #0A7022 Crusoe

📋 copy color: '#0A7022'

red 10 ◦ green 112 ◦ blue 34

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

Shades of Crusoe #0A7022

Tints of Crusoe #0A7022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 21.79%

R = 6.41%
G = 71.79%
B = 21.79%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.70

 K value IS 0.56

RGB Variations

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

Color information

#0A7022 (or 0x0A7022) is known color: Crusoe. HEX triplet: 0A, 70 and 22. RGB value is (10,112,34). Sum of RGB (Red+Green+Blue) = 10+112+34=156 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.41% from 156); Green value is 112 (44.14% from 255 or 71.79% from 156); Blue value is 34 (13.67% from 255 or 21.79% from 156); Max value from RGB is 112 - color contains mainly: green. Hex color #0A7022 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A7022 is #F58FDD. Grayscale: #484848. Windows color (decimal): -16093150 or 2256906. OLE color: 2256906.

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

Color convert

RGB 10 112 34 -
CMYK 0.91 0 0.70 0.56
HSL 134.12º 0.84% 0.24% -
HSV(B) 134.12º 0.91% 0.44% -
XYZ 6.21 11.77 3.46 -
YUV 72.61 106.21 83.34 -
System Red Green Blue C M Y K H S L
Decimal 10 112 34 0.91 0 0.70 0.56 134.12 0.84 0.24
Hex A 70 22 5B 0 46 38 86 54 18
Octal 12 160 42 133 0 106 70 206 124 30
Binary 1010 1110000 100010 1011011 0 1000110 111000 10000110 1010100 11000

Color Harmonies of #0A7022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A7022

Black with #0A7022

Text Example


Text Example

White with #0A7022

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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