Html Css Color HEX #0F690F Green

📋 copy color: '#0F690F'

red 15 ◦ green 105 ◦ blue 15

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

Shades of Green #0F690F

Tints of Green #0F690F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 11.11%

R = 11.11%
G = 77.78%
B = 11.11%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.86

 K value IS 0.59

RGB Variations

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

Color information

#0F690F (or 0x0F690F) is known color: Green. HEX triplet: 0F, 69 and 0F. RGB value is (15,105,15). Sum of RGB (Red+Green+Blue) = 15+105+15=135 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.11% from 135); Green value is 105 (41.41% from 255 or 77.78% from 135); Blue value is 15 (6.25% from 255 or 11.11% from 135); Max value from RGB is 105 - color contains mainly: green. Hex color #0F690F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F690F is #F096F0. Grayscale: #444444. Windows color (decimal): -15767281 or 1009935. OLE color: 1009935.

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

Color convert

RGB 15 105 15 -
CMYK 0.86 0 0.86 0.59
HSL 120º 0.75% 0.24% -
HSV(B) 120º 0.86% 0.41% -
XYZ 5.33 10.24 2.15 -
YUV 67.83 98.18 90.32 -
System Red Green Blue C M Y K H S L
Decimal 15 105 15 0.86 0 0.86 0.59 120 0.75 0.24
Hex F 69 F 56 0 56 3B 78 4B 18
Octal 17 151 17 126 0 126 73 170 113 30
Binary 1111 1101001 1111 1010110 0 1010110 111011 1111000 1001011 11000

Color Harmonies of #0F690F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F690F

Black with #0F690F

Text Example


Text Example

White with #0F690F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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