Html Css Color HEX #0A7023 Crusoe

📋 copy color: '#0A7023'

red 10 ◦ green 112 ◦ blue 35

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

Shades of Crusoe #0A7023

Tints of Crusoe #0A7023

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 22.29%

R = 6.37%
G = 71.34%
B = 22.29%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.69

 K value IS 0.56

RGB Variations

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

Color information

#0A7023 (or 0x0A7023) is known color: Crusoe. HEX triplet: 0A, 70 and 23. RGB value is (10,112,35). Sum of RGB (Red+Green+Blue) = 10+112+35=157 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.37% from 157); Green value is 112 (44.14% from 255 or 71.34% from 157); Blue value is 35 (14.06% from 255 or 22.29% from 157); Max value from RGB is 112 - color contains mainly: green. Hex color #0A7023 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A7023 is #F58FDC. Grayscale: #484848. Windows color (decimal): -16093149 or 2322442. OLE color: 2322442.

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

Color convert

RGB 10 112 35 -
CMYK 0.91 0 0.69 0.56
HSL 134.71º 0.84% 0.24% -
HSV(B) 134.71º 0.91% 0.44% -
XYZ 6.22 11.77 3.53 -
YUV 72.72 106.71 83.26 -
System Red Green Blue C M Y K H S L
Decimal 10 112 35 0.91 0 0.69 0.56 134.71 0.84 0.24
Hex A 70 23 5B 0 45 38 87 54 18
Octal 12 160 43 133 0 105 70 207 124 30
Binary 1010 1110000 100011 1011011 0 1000101 111000 10000111 1010100 11000

Color Harmonies of #0A7023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A7023

Black with #0A7023

Text Example


Text Example

White with #0A7023

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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