Html Css Color HEX #0A612A Crusoe

📋 copy color: '#0A612A'

red 10 ◦ green 97 ◦ blue 42

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

Shades of Crusoe #0A612A

Tints of Crusoe #0A612A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 28.19%

R = 6.71%
G = 65.1%
B = 28.19%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.57

 K value IS 0.62

RGB Variations

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

Color information

#0A612A (or 0x0A612A) is known color: Crusoe. HEX triplet: 0A, 61 and 2A. RGB value is (10,97,42). Sum of RGB (Red+Green+Blue) = 10+97+42=149 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.71% from 149); Green value is 97 (38.28% from 255 or 65.10% from 149); Blue value is 42 (16.80% from 255 or 28.19% from 149); Max value from RGB is 97 - color contains mainly: green. Hex color #0A612A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A612A is #F59ED5. Grayscale: #404040. Windows color (decimal): -16096982 or 2777354. OLE color: 2777354.

HSL color Cylindrical-coordinate representation of color #0A612A: hue angle of 142.07º 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 #0A612A is Cyan = 0.90, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.62.

Color convert

RGB 10 97 42 -
CMYK 0.90 0 0.57 0.62
HSL 142.07º 0.81% 0.21% -
HSV(B) 142.07º 0.9% 0.38% -
XYZ 4.82 8.78 3.63 -
YUV 64.72 115.18 88.97 -
System Red Green Blue C M Y K H S L
Decimal 10 97 42 0.90 0 0.57 0.62 142.07 0.81 0.21
Hex A 61 2A 5A 0 39 3E 8E 51 15
Octal 12 141 52 132 0 71 76 216 121 25
Binary 1010 1100001 101010 1011010 0 111001 111110 10001110 1010001 10101

Color Harmonies of #0A612A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A612A

Black with #0A612A

Text Example


Text Example

White with #0A612A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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