Html Css Color HEX #7F9318 Citron

📋 copy color: '#7F9318'

red 127 ◦ green 147 ◦ blue 24

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

Shades of Citron #7F9318

Tints of Citron #7F9318

RGB

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

 GREEN value IS 147 (57.81% from 255) = 49.33%

 BLUE value IS 24 (9.77% from 255) = 8.05%

R = 42.62%
G = 49.33%
B = 8.05%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.84

 K value IS 0.42

RGB Variations

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

Color information

#7F9318 (or 0x7F9318) is known color: Citron. HEX triplet: 7F, 93 and 18. RGB value is (127,147,24). Sum of RGB (Red+Green+Blue) = 127+147+24=298 (39% of max value = 765). Red value is 127 (50% from 255 or 42.62% from 298); Green value is 147 (57.81% from 255 or 49.33% from 298); Blue value is 24 (9.77% from 255 or 8.05% from 298); Max value from RGB is 147 - color contains mainly: green. Hex color #7F9318 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7F9318 is #806CE7. Grayscale: #7F7F7F. Windows color (decimal): -8416488 or 1610623. OLE color: 1610623.

HSL color Cylindrical-coordinate representation of color #7F9318: hue angle of 69.76º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7F9318 is Cyan = 0.14, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.42.

Color convert

RGB 127 147 24 -
CMYK 0.14 0 0.84 0.42
HSL 69.76º 0.72% 0.34% -
HSV(B) 69.76º 0.84% 0.58% -
XYZ 19.35 25.45 4.76 -
YUV 127 69.87 128 -
System Red Green Blue C M Y K H S L
Decimal 127 147 24 0.14 0 0.84 0.42 69.76 0.72 0.34
Hex 7F 93 18 E 0 54 2A 46 48 22
Octal 177 223 30 16 0 124 52 106 110 42
Binary 1111111 10010011 11000 1110 0 1010100 101010 1000110 1001000 100010

Color Harmonies of #7F9318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F9318

Black with #7F9318

Text Example


Text Example

White with #7F9318

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,147,24); }

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

background-color css

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

 a { background-color: rgb(127,147,24); }

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

border-color css

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

 span { border-color: rgb(127,147,24); }

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