Html Css Color HEX #0A7027 Crusoe

📋 copy color: '#0A7027'

red 10 ◦ green 112 ◦ blue 39

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

Shades of Crusoe #0A7027

Tints of Crusoe #0A7027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 24.22%

R = 6.21%
G = 69.57%
B = 24.22%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#0A7027 (or 0x0A7027) is known color: Crusoe. HEX triplet: 0A, 70 and 27. RGB value is (10,112,39). Sum of RGB (Red+Green+Blue) = 10+112+39=161 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.21% from 161); Green value is 112 (44.14% from 255 or 69.57% from 161); Blue value is 39 (15.62% from 255 or 24.22% from 161); Max value from RGB is 112 - color contains mainly: green. Hex color #0A7027 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A7027 is #F58FD8. Grayscale: #494949. Windows color (decimal): -16093145 or 2584586. OLE color: 2584586.

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

Color convert

RGB 10 112 39 -
CMYK 0.91 0 0.65 0.56
HSL 137.06º 0.84% 0.24% -
HSV(B) 137.06º 0.91% 0.44% -
XYZ 6.29 11.8 3.87 -
YUV 73.18 108.71 82.94 -
System Red Green Blue C M Y K H S L
Decimal 10 112 39 0.91 0 0.65 0.56 137.06 0.84 0.24
Hex A 70 27 5B 0 41 38 89 54 18
Octal 12 160 47 133 0 101 70 211 124 30
Binary 1010 1110000 100111 1011011 0 1000001 111000 10001001 1010100 11000

Color Harmonies of #0A7027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A7027

Black with #0A7027

Text Example


Text Example

White with #0A7027

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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