Html Css Color HEX #0F6919 Crusoe

📋 copy color: '#0F6919'

red 15 ◦ green 105 ◦ blue 25

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

Shades of Crusoe #0F6919

Tints of Crusoe #0F6919

RGB

 RED value IS 15 (6.25% from 255) = 10.34%

 GREEN value IS 105 (41.41% from 255) = 72.41%

 BLUE value IS 25 (10.16% from 255) = 17.24%

R = 10.34%
G = 72.41%
B = 17.24%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.76

 K value IS 0.59

RGB Variations

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

Color information

#0F6919 (or 0x0F6919) is known color: Crusoe. HEX triplet: 0F, 69 and 19. RGB value is (15,105,25). Sum of RGB (Red+Green+Blue) = 15+105+25=145 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.34% from 145); Green value is 105 (41.41% from 255 or 72.41% from 145); Blue value is 25 (10.16% from 255 or 17.24% from 145); Max value from RGB is 105 - color contains mainly: green. Hex color #0F6919 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F6919 is #F096E6. Grayscale: #454545. Windows color (decimal): -15767271 or 1665295. OLE color: 1665295.

HSL color Cylindrical-coordinate representation of color #0F6919: hue angle of 126.67º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F6919 is Cyan = 0.86, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.59.

Color convert

RGB 15 105 25 -
CMYK 0.86 0 0.76 0.59
HSL 126.67º 0.75% 0.24% -
HSV(B) 126.67º 0.86% 0.41% -
XYZ 5.42 10.27 2.62 -
YUV 68.97 103.18 89.5 -
System Red Green Blue C M Y K H S L
Decimal 15 105 25 0.86 0 0.76 0.59 126.67 0.75 0.24
Hex F 69 19 56 0 4C 3B 7F 4B 18
Octal 17 151 31 126 0 114 73 177 113 30
Binary 1111 1101001 11001 1010110 0 1001100 111011 1111111 1001011 11000

Color Harmonies of #0F6919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F6919

Black with #0F6919

Text Example


Text Example

White with #0F6919

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,105,25); }

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

background-color css

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

 a { background-color: rgb(15,105,25); }

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

border-color css

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

 span { border-color: rgb(15,105,25); }

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