Html Css Color HEX #0A661E Crusoe

📋 copy color: '#0A661E'

red 10 ◦ green 102 ◦ blue 30

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

Shades of Crusoe #0A661E

Tints of Crusoe #0A661E

RGB

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

 GREEN value IS 102 (40.23% from 255) = 71.83%

 BLUE value IS 30 (12.11% from 255) = 21.13%

R = 7.04%
G = 71.83%
B = 21.13%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.71

 K value IS 0.6

RGB Variations

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

Color information

#0A661E (or 0x0A661E) is known color: Crusoe. HEX triplet: 0A, 66 and 1E. RGB value is (10,102,30). Sum of RGB (Red+Green+Blue) = 10+102+30=142 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.04% from 142); Green value is 102 (40.23% from 255 or 71.83% from 142); Blue value is 30 (12.11% from 255 or 21.13% from 142); Max value from RGB is 102 - color contains mainly: green. Hex color #0A661E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A661E is #F599E1. Grayscale: #424242. Windows color (decimal): -16095714 or 1992202. OLE color: 1992202.

HSL color Cylindrical-coordinate representation of color #0A661E: hue angle of 133.04º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A661E is Cyan = 0.90, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.6.

Color convert

RGB 10 102 30 -
CMYK 0.90 0 0.71 0.6
HSL 133.04º 0.82% 0.22% -
HSV(B) 133.04º 0.9% 0.4% -
XYZ 5.11 9.66 2.82 -
YUV 66.28 107.52 87.85 -
System Red Green Blue C M Y K H S L
Decimal 10 102 30 0.90 0 0.71 0.6 133.04 0.82 0.22
Hex A 66 1E 5A 0 47 3C 85 52 16
Octal 12 146 36 132 0 107 74 205 122 26
Binary 1010 1100110 11110 1011010 0 1000111 111100 10000101 1010010 10110

Color Harmonies of #0A661E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A661E

Black with #0A661E

Text Example


Text Example

White with #0A661E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,102,30); }

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

background-color css

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

 a { background-color: rgb(10,102,30); }

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

border-color css

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

 span { border-color: rgb(10,102,30); }

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