Html Css Color HEX #7F991B Citron

📋 copy color: '#7F991B'

red 127 ◦ green 153 ◦ blue 27

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

Shades of Citron #7F991B

Tints of Citron #7F991B

RGB

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

 GREEN value IS 153 (60.16% from 255) = 49.84%

 BLUE value IS 27 (10.94% from 255) = 8.79%

R = 41.37%
G = 49.84%
B = 8.79%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.82

 K value IS 0.4

RGB Variations

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

Color information

#7F991B (or 0x7F991B) is known color: Citron. HEX triplet: 7F, 99 and 1B. RGB value is (127,153,27). Sum of RGB (Red+Green+Blue) = 127+153+27=307 (40% of max value = 765). Red value is 127 (50% from 255 or 41.37% from 307); Green value is 153 (60.16% from 255 or 49.84% from 307); Blue value is 27 (10.94% from 255 or 8.79% from 307); Max value from RGB is 153 - color contains mainly: green. Hex color #7F991B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F991B is #8066E4. Grayscale: #838383. Windows color (decimal): -8414949 or 1808767. OLE color: 1808767.

HSL color Cylindrical-coordinate representation of color #7F991B: hue angle of 72.38º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7F991B is Cyan = 0.17, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.4.

Color convert

RGB 127 153 27 -
CMYK 0.17 0 0.82 0.4
HSL 72.38º 0.7% 0.35% -
HSV(B) 72.38º 0.82% 0.6% -
XYZ 20.34 27.37 5.25 -
YUV 130.86 69.39 125.25 -
System Red Green Blue C M Y K H S L
Decimal 127 153 27 0.17 0 0.82 0.4 72.38 0.7 0.35
Hex 7F 99 1B 11 0 52 28 48 46 23
Octal 177 231 33 21 0 122 50 110 106 43
Binary 1111111 10011001 11011 10001 0 1010010 101000 1001000 1000110 100011

Color Harmonies of #7F991B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F991B

Black with #7F991B

Text Example


Text Example

White with #7F991B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,153,27); }

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

background-color css

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

 a { background-color: rgb(127,153,27); }

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

border-color css

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

 span { border-color: rgb(127,153,27); }

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