Html Css Color HEX #0A6F25 Crusoe

📋 copy color: '#0A6F25'

red 10 ◦ green 111 ◦ blue 37

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

Shades of Crusoe #0A6F25

Tints of Crusoe #0A6F25

RGB

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

 GREEN value IS 111 (43.75% from 255) = 70.25%

 BLUE value IS 37 (14.84% from 255) = 23.42%

R = 6.33%
G = 70.25%
B = 23.42%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.67

 K value IS 0.56

RGB Variations

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

Color information

#0A6F25 (or 0x0A6F25) is known color: Crusoe. HEX triplet: 0A, 6F and 25. RGB value is (10,111,37). Sum of RGB (Red+Green+Blue) = 10+111+37=158 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.33% from 158); Green value is 111 (43.75% from 255 or 70.25% from 158); Blue value is 37 (14.84% from 255 or 23.42% from 158); Max value from RGB is 111 - color contains mainly: green. Hex color #0A6F25 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A6F25 is #F590DA. Grayscale: #484848. Windows color (decimal): -16093403 or 2453258. OLE color: 2453258.

HSL color Cylindrical-coordinate representation of color #0A6F25: hue angle of 136.04º degrees, saturation: 0.83, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A6F25 is Cyan = 0.91, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.56.

Color convert

RGB 10 111 37 -
CMYK 0.91 0 0.67 0.56
HSL 136.04º 0.83% 0.24% -
HSV(B) 136.04º 0.91% 0.44% -
XYZ 6.14 11.57 3.66 -
YUV 72.37 108.04 83.52 -
System Red Green Blue C M Y K H S L
Decimal 10 111 37 0.91 0 0.67 0.56 136.04 0.83 0.24
Hex A 6F 25 5B 0 43 38 88 53 18
Octal 12 157 45 133 0 103 70 210 123 30
Binary 1010 1101111 100101 1011011 0 1000011 111000 10001000 1010011 11000

Color Harmonies of #0A6F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A6F25

Black with #0A6F25

Text Example


Text Example

White with #0A6F25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,111,37); }

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

background-color css

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

 a { background-color: rgb(10,111,37); }

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

border-color css

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

 span { border-color: rgb(10,111,37); }

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