Html Css Color HEX #0A6122 Crusoe

📋 copy color: '#0A6122'

red 10 ◦ green 97 ◦ blue 34

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

Shades of Crusoe #0A6122

Tints of Crusoe #0A6122

RGB

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

 GREEN value IS 97 (38.28% from 255) = 68.79%

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

R = 7.09%
G = 68.79%
B = 24.11%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.65

 K value IS 0.62

RGB Variations

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

Color information

#0A6122 (or 0x0A6122) is known color: Crusoe. HEX triplet: 0A, 61 and 22. RGB value is (10,97,34). Sum of RGB (Red+Green+Blue) = 10+97+34=141 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.09% from 141); Green value is 97 (38.28% from 255 or 68.79% from 141); Blue value is 34 (13.67% from 255 or 24.11% from 141); Max value from RGB is 97 - color contains mainly: green. Hex color #0A6122 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A6122 is #F59EDD. Grayscale: #3F3F3F. Windows color (decimal): -16096990 or 2253066. OLE color: 2253066.

HSL color Cylindrical-coordinate representation of color #0A6122: hue angle of 136.55º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A6122 is Cyan = 0.90, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.62.

Color convert

RGB 10 97 34 -
CMYK 0.90 0 0.65 0.62
HSL 136.55º 0.81% 0.21% -
HSV(B) 136.55º 0.9% 0.38% -
XYZ 4.69 8.73 2.95 -
YUV 63.81 111.18 89.62 -
System Red Green Blue C M Y K H S L
Decimal 10 97 34 0.90 0 0.65 0.62 136.55 0.81 0.21
Hex A 61 22 5A 0 41 3E 89 51 15
Octal 12 141 42 132 0 101 76 211 121 25
Binary 1010 1100001 100010 1011010 0 1000001 111110 10001001 1010001 10101

Color Harmonies of #0A6122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A6122

Black with #0A6122

Text Example


Text Example

White with #0A6122

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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