Html Css Color HEX #0F651F Crusoe

📋 copy color: '#0F651F'

red 15 ◦ green 101 ◦ blue 31

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

Shades of Crusoe #0F651F

Tints of Crusoe #0F651F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 68.71%

 BLUE value IS 31 (12.5% from 255) = 21.09%

R = 10.2%
G = 68.71%
B = 21.09%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.69

 K value IS 0.60

RGB Variations

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

Color information

#0F651F (or 0x0F651F) is known color: Crusoe. HEX triplet: 0F, 65 and 1F. RGB value is (15,101,31). Sum of RGB (Red+Green+Blue) = 15+101+31=147 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.20% from 147); Green value is 101 (39.84% from 255 or 68.71% from 147); Blue value is 31 (12.5% from 255 or 21.09% from 147); Max value from RGB is 101 - color contains mainly: green. Hex color #0F651F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F651F is #F09AE0. Grayscale: #434343. Windows color (decimal): -15768289 or 2057487. OLE color: 2057487.

HSL color Cylindrical-coordinate representation of color #0F651F: hue angle of 131.16º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F651F is Cyan = 0.85, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.60.

Color convert

RGB 15 101 31 -
CMYK 0.85 0 0.69 0.60
HSL 131.16º 0.74% 0.23% -
HSV(B) 131.16º 0.85% 0.4% -
XYZ 5.1 9.51 2.86 -
YUV 67.31 107.51 90.69 -
System Red Green Blue C M Y K H S L
Decimal 15 101 31 0.85 0 0.69 0.60 131.16 0.74 0.23
Hex F 65 1F 55 0 45 3C 83 4A 17
Octal 17 145 37 125 0 105 74 203 112 27
Binary 1111 1100101 11111 1010101 0 1000101 111100 10000011 1001010 10111

Color Harmonies of #0F651F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F651F

Black with #0F651F

Text Example


Text Example

White with #0F651F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,101,31); }

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

background-color css

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

 a { background-color: rgb(15,101,31); }

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

border-color css

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

 span { border-color: rgb(15,101,31); }

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