Html Css Color HEX #0F7B0B Green

📋 copy color: '#0F7B0B'

red 15 ◦ green 123 ◦ blue 11

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

Shades of Green #0F7B0B

Tints of Green #0F7B0B

RGB

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

 GREEN value IS 123 (48.44% from 255) = 82.55%

 BLUE value IS 11 (4.69% from 255) = 7.38%

R = 10.07%
G = 82.55%
B = 7.38%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.91

 K value IS 0.52

RGB Variations

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

Color information

#0F7B0B (or 0x0F7B0B) is known color: Green. HEX triplet: 0F, 7B and 0B. RGB value is (15,123,11). Sum of RGB (Red+Green+Blue) = 15+123+11=149 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.07% from 149); Green value is 123 (48.44% from 255 or 82.55% from 149); Blue value is 11 (4.69% from 255 or 7.38% from 149); Max value from RGB is 123 - color contains mainly: green. Hex color #0F7B0B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F7B0B is #F084F4. Grayscale: #4E4E4E. Windows color (decimal): -15762677 or 752399. OLE color: 752399.

HSL color Cylindrical-coordinate representation of color #0F7B0B: hue angle of 117.86º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F7B0B is Cyan = 0.88, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.52.

Color convert

RGB 15 123 11 -
CMYK 0.88 0 0.91 0.52
HSL 117.86º 0.84% 0.26% -
HSV(B) 117.86º 0.91% 0.48% -
XYZ 7.34 14.29 2.69 -
YUV 77.94 90.22 83.11 -
System Red Green Blue C M Y K H S L
Decimal 15 123 11 0.88 0 0.91 0.52 117.86 0.84 0.26
Hex F 7B B 58 0 5B 34 76 54 1A
Octal 17 173 13 130 0 133 64 166 124 32
Binary 1111 1111011 1011 1011000 0 1011011 110100 1110110 1010100 11010

Color Harmonies of #0F7B0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F7B0B

Black with #0F7B0B

Text Example


Text Example

White with #0F7B0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,123,11); }

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

background-color css

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

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

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

border-color css

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

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

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