Html Css Color HEX #7F960B Citron

📋 copy color: '#7F960B'

red 127 ◦ green 150 ◦ blue 11

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

Shades of Citron #7F960B

Tints of Citron #7F960B

RGB

 RED value IS 127 (50% from 255) = 44.1%

 GREEN value IS 150 (58.98% from 255) = 52.08%

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

R = 44.1%
G = 52.08%
B = 3.82%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#7F960B (or 0x7F960B) is known color: Citron. HEX triplet: 7F, 96 and 0B. RGB value is (127,150,11). Sum of RGB (Red+Green+Blue) = 127+150+11=288 (38% of max value = 765). Red value is 127 (50% from 255 or 44.10% from 288); Green value is 150 (58.98% from 255 or 52.08% from 288); Blue value is 11 (4.69% from 255 or 3.82% from 288); Max value from RGB is 150 - color contains mainly: green. Hex color #7F960B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7F960B is #8069F4. Grayscale: #7F7F7F. Windows color (decimal): -8415733 or 759423. OLE color: 759423.

HSL color Cylindrical-coordinate representation of color #7F960B: hue angle of 69.93º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7F960B is Cyan = 0.15, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB 127 150 11 -
CMYK 0.15 0 0.93 0.41
HSL 69.93º 0.86% 0.32% -
HSV(B) 69.93º 0.93% 0.59% -
XYZ 19.72 26.35 4.36 -
YUV 127.28 62.38 127.8 -
System Red Green Blue C M Y K H S L
Decimal 127 150 11 0.15 0 0.93 0.41 69.93 0.86 0.32
Hex 7F 96 B F 0 5D 29 46 56 20
Octal 177 226 13 17 0 135 51 106 126 40
Binary 1111111 10010110 1011 1111 0 1011101 101001 1000110 1010110 100000

Color Harmonies of #7F960B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F960B

Black with #7F960B

Text Example


Text Example

White with #7F960B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F960B; }

 p { color: rgb(127,150,11); }

 H1.HeaderClassName
 {
   color: #7F960B;
 }
 .AnyTagClassName
 {
   color: #7F960B;
 }
</style>

background-color css

<style>
 a { background-color: #7F960B; }

 a { background-color: rgb(127,150,11); }

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

border-color css

<style>
 span { border-color: #7F960B; }

 span { border-color: rgb(127,150,11); }

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