Html Css Color HEX #7F920F Citron

📋 copy color: '#7F920F'

red 127 ◦ green 146 ◦ blue 15

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

Shades of Citron #7F920F

Tints of Citron #7F920F

RGB

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

 GREEN value IS 146 (57.42% from 255) = 50.69%

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

R = 44.1%
G = 50.69%
B = 5.21%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.90

 K value IS 0.43

RGB Variations

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

Color information

#7F920F (or 0x7F920F) is known color: Citron. HEX triplet: 7F, 92 and 0F. RGB value is (127,146,15). Sum of RGB (Red+Green+Blue) = 127+146+15=288 (38% of max value = 765). Red value is 127 (50% from 255 or 44.10% from 288); Green value is 146 (57.42% from 255 or 50.69% from 288); Blue value is 15 (6.25% from 255 or 5.21% from 288); Max value from RGB is 146 - color contains mainly: green. Hex color #7F920F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7F920F is #806DF0. Grayscale: #7D7D7D. Windows color (decimal): -8416753 or 1020543. OLE color: 1020543.

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

Color convert

RGB 127 146 15 -
CMYK 0.13 0 0.90 0.43
HSL 68.7º 0.81% 0.32% -
HSV(B) 68.7º 0.9% 0.57% -
XYZ 19.12 25.1 4.29 -
YUV 125.39 65.71 129.15 -
System Red Green Blue C M Y K H S L
Decimal 127 146 15 0.13 0 0.90 0.43 68.7 0.81 0.32
Hex 7F 92 F D 0 5A 2B 45 51 20
Octal 177 222 17 15 0 132 53 105 121 40
Binary 1111111 10010010 1111 1101 0 1011010 101011 1000101 1010001 100000

Color Harmonies of #7F920F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F920F

Black with #7F920F

Text Example


Text Example

White with #7F920F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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