Html Css Color HEX #0A671A Crusoe

📋 copy color: '#0A671A'

red 10 ◦ green 103 ◦ blue 26

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

Shades of Crusoe #0A671A

Tints of Crusoe #0A671A

RGB

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

 GREEN value IS 103 (40.63% from 255) = 74.1%

 BLUE value IS 26 (10.55% from 255) = 18.71%

R = 7.19%
G = 74.1%
B = 18.71%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.75

 K value IS 0.60

RGB Variations

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

Color information

#0A671A (or 0x0A671A) is known color: Crusoe. HEX triplet: 0A, 67 and 1A. RGB value is (10,103,26). Sum of RGB (Red+Green+Blue) = 10+103+26=139 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.19% from 139); Green value is 103 (40.62% from 255 or 74.10% from 139); Blue value is 26 (10.55% from 255 or 18.71% from 139); Max value from RGB is 103 - color contains mainly: green. Hex color #0A671A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A671A is #F598E5. Grayscale: #424242. Windows color (decimal): -16095462 or 1730314. OLE color: 1730314.

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

Color convert

RGB 10 103 26 -
CMYK 0.90 0 0.75 0.60
HSL 130.32º 0.82% 0.22% -
HSV(B) 130.32º 0.9% 0.4% -
XYZ 5.16 9.84 2.6 -
YUV 66.42 105.19 87.76 -
System Red Green Blue C M Y K H S L
Decimal 10 103 26 0.90 0 0.75 0.60 130.32 0.82 0.22
Hex A 67 1A 5A 0 4B 3C 82 52 16
Octal 12 147 32 132 0 113 74 202 122 26
Binary 1010 1100111 11010 1011010 0 1001011 111100 10000010 1010010 10110

Color Harmonies of #0A671A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A671A

Black with #0A671A

Text Example


Text Example

White with #0A671A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,103,26); }

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

background-color css

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

 a { background-color: rgb(10,103,26); }

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

border-color css

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

 span { border-color: rgb(10,103,26); }

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