Html Css Color HEX #0A621C Crusoe

📋 copy color: '#0A621C'

red 10 ◦ green 98 ◦ blue 28

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

Shades of Crusoe #0A621C

Tints of Crusoe #0A621C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 72.06%

 BLUE value IS 28 (11.33% from 255) = 20.59%

R = 7.35%
G = 72.06%
B = 20.59%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.71

 K value IS 0.62

RGB Variations

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

Color information

#0A621C (or 0x0A621C) is known color: Crusoe. HEX triplet: 0A, 62 and 1C. RGB value is (10,98,28). Sum of RGB (Red+Green+Blue) = 10+98+28=136 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.35% from 136); Green value is 98 (38.67% from 255 or 72.06% from 136); Blue value is 28 (11.33% from 255 or 20.59% from 136); Max value from RGB is 98 - color contains mainly: green. Hex color #0A621C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A621C is #F59DE3. Grayscale: #3F3F3F. Windows color (decimal): -16096740 or 1860106. OLE color: 1860106.

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

Color convert

RGB 10 98 28 -
CMYK 0.90 0 0.71 0.62
HSL 132.27º 0.81% 0.21% -
HSV(B) 132.27º 0.9% 0.38% -
XYZ 4.7 8.88 2.57 -
YUV 63.71 107.85 89.69 -
System Red Green Blue C M Y K H S L
Decimal 10 98 28 0.90 0 0.71 0.62 132.27 0.81 0.21
Hex A 62 1C 5A 0 47 3E 84 51 15
Octal 12 142 34 132 0 107 76 204 121 25
Binary 1010 1100010 11100 1011010 0 1000111 111110 10000100 1010001 10101

Color Harmonies of #0A621C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A621C

Black with #0A621C

Text Example


Text Example

White with #0A621C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,98,28); }

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

background-color css

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

 a { background-color: rgb(10,98,28); }

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

border-color css

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

 span { border-color: rgb(10,98,28); }

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