Html Css Color HEX #0A7123 Crusoe

📋 copy color: '#0A7123'

red 10 ◦ green 113 ◦ blue 35

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

Shades of Crusoe #0A7123

Tints of Crusoe #0A7123

RGB

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

 GREEN value IS 113 (44.53% from 255) = 71.52%

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

R = 6.33%
G = 71.52%
B = 22.15%

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

#0A7123 (or 0x0A7123) is known color: Crusoe. HEX triplet: 0A, 71 and 23. RGB value is (10,113,35). Sum of RGB (Red+Green+Blue) = 10+113+35=158 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.33% from 158); Green value is 113 (44.53% from 255 or 71.52% from 158); Blue value is 35 (14.06% from 255 or 22.15% from 158); Max value from RGB is 113 - color contains mainly: green. Hex color #0A7123 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A7123 is #F58EDC. Grayscale: #494949. Windows color (decimal): -16092893 or 2322698. OLE color: 2322698.

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

Color convert

RGB 10 113 35 -
CMYK 0.91 0 0.69 0.56
HSL 134.56º 0.84% 0.24% -
HSV(B) 134.56º 0.91% 0.44% -
XYZ 6.33 12 3.57 -
YUV 73.31 106.38 82.84 -
System Red Green Blue C M Y K H S L
Decimal 10 113 35 0.91 0 0.69 0.56 134.56 0.84 0.24
Hex A 71 23 5B 0 45 38 87 54 18
Octal 12 161 43 133 0 105 70 207 124 30
Binary 1010 1110001 100011 1011011 0 1000101 111000 10000111 1010100 11000

Color Harmonies of #0A7123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A7123

Black with #0A7123

Text Example


Text Example

White with #0A7123

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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