Html Css Color HEX #0F6940 Jewel

📋 copy color: '#0F6940'

red 15 ◦ green 105 ◦ blue 64

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

Shades of Jewel #0F6940

Tints of Jewel #0F6940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 34.78%

R = 8.15%
G = 57.07%
B = 34.78%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.39

 K value IS 0.59

RGB Variations

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

Color information

#0F6940 (or 0x0F6940) is known color: Jewel. HEX triplet: 0F, 69 and 40. RGB value is (15,105,64). Sum of RGB (Red+Green+Blue) = 15+105+64=184 (24% of max value = 765). Red value is 15 (6.25% from 255 or 8.15% from 184); Green value is 105 (41.41% from 255 or 57.07% from 184); Blue value is 64 (25.39% from 255 or 34.78% from 184); Max value from RGB is 105 - color contains mainly: green. Hex color #0F6940 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F6940 is #F096BF. Grayscale: #494949. Windows color (decimal): -15767232 or 4221199. OLE color: 4221199.

HSL color Cylindrical-coordinate representation of color #0F6940: hue angle of 152.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 #0F6940 is Cyan = 0.86, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.59.

Color convert

RGB 15 105 64 -
CMYK 0.86 0 0.39 0.59
HSL 152.67º 0.75% 0.24% -
HSV(B) 152.67º 0.86% 0.41% -
XYZ 6.17 10.57 6.57 -
YUV 73.42 122.68 86.33 -
System Red Green Blue C M Y K H S L
Decimal 15 105 64 0.86 0 0.39 0.59 152.67 0.75 0.24
Hex F 69 40 56 0 27 3B 99 4B 18
Octal 17 151 100 126 0 47 73 231 113 30
Binary 1111 1101001 1000000 1010110 0 100111 111011 10011001 1001011 11000

Color Harmonies of #0F6940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F6940

Black with #0F6940

Text Example


Text Example

White with #0F6940

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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