Html Css Color HEX #7F950F Citron

📋 copy color: '#7F950F'

red 127 ◦ green 149 ◦ blue 15

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

Shades of Citron #7F950F

Tints of Citron #7F950F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 51.2%

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

R = 43.64%
G = 51.2%
B = 5.15%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#7F950F (or 0x7F950F) is known color: Citron. HEX triplet: 7F, 95 and 0F. RGB value is (127,149,15). Sum of RGB (Red+Green+Blue) = 127+149+15=291 (38% of max value = 765). Red value is 127 (50% from 255 or 43.64% from 291); Green value is 149 (58.59% from 255 or 51.20% from 291); Blue value is 15 (6.25% from 255 or 5.15% from 291); Max value from RGB is 149 - color contains mainly: green. Hex color #7F950F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7F950F is #806AF0. Grayscale: #7F7F7F. Windows color (decimal): -8415985 or 1021311. OLE color: 1021311.

HSL color Cylindrical-coordinate representation of color #7F950F: hue angle of 69.85º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7F950F is Cyan = 0.15, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB 127 149 15 -
CMYK 0.15 0 0.90 0.42
HSL 69.85º 0.82% 0.32% -
HSV(B) 69.85º 0.9% 0.58% -
XYZ 19.59 26.04 4.45 -
YUV 127.15 64.71 127.9 -
System Red Green Blue C M Y K H S L
Decimal 127 149 15 0.15 0 0.90 0.42 69.85 0.82 0.32
Hex 7F 95 F F 0 5A 2A 46 52 20
Octal 177 225 17 17 0 132 52 106 122 40
Binary 1111111 10010101 1111 1111 0 1011010 101010 1000110 1010010 100000

Color Harmonies of #7F950F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F950F

Black with #7F950F

Text Example


Text Example

White with #7F950F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,149,15); }

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

background-color css

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

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

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

border-color css

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

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

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