Html Css Color HEX #7F910F Citron

📋 copy color: '#7F910F'

red 127 ◦ green 145 ◦ blue 15

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

Shades of Citron #7F910F

Tints of Citron #7F910F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 50.52%

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

R = 44.25%
G = 50.52%
B = 5.23%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.90

 K value IS 0.43

RGB Variations

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

Color information

#7F910F (or 0x7F910F) is known color: Citron. HEX triplet: 7F, 91 and 0F. RGB value is (127,145,15). Sum of RGB (Red+Green+Blue) = 127+145+15=287 (38% of max value = 765). Red value is 127 (50% from 255 or 44.25% from 287); Green value is 145 (57.03% from 255 or 50.52% from 287); Blue value is 15 (6.25% from 255 or 5.23% from 287); Max value from RGB is 145 - color contains mainly: green. Hex color #7F910F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7F910F is #806EF0. Grayscale: #7D7D7D. Windows color (decimal): -8417009 or 1020287. OLE color: 1020287.

HSL color Cylindrical-coordinate representation of color #7F910F: hue angle of 68.31º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7F910F is Cyan = 0.12, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.43.

Color convert

RGB 127 145 15 -
CMYK 0.12 0 0.90 0.43
HSL 68.31º 0.81% 0.31% -
HSV(B) 68.31º 0.9% 0.57% -
XYZ 18.96 24.8 4.24 -
YUV 124.8 66.04 129.57 -
System Red Green Blue C M Y K H S L
Decimal 127 145 15 0.12 0 0.90 0.43 68.31 0.81 0.31
Hex 7F 91 F C 0 5A 2B 44 51 1F
Octal 177 221 17 14 0 132 53 104 121 37
Binary 1111111 10010001 1111 1100 0 1011010 101011 1000100 1010001 11111

Color Harmonies of #7F910F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F910F

Black with #7F910F

Text Example


Text Example

White with #7F910F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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