Html Css Color HEX #7B940E Citron

📋 copy color: '#7B940E'

red 123 ◦ green 148 ◦ blue 14

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

Shades of Citron #7B940E

Tints of Citron #7B940E

RGB

 RED value IS 123 (48.44% from 255) = 43.16%

 GREEN value IS 148 (58.2% from 255) = 51.93%

 BLUE value IS 14 (5.86% from 255) = 4.91%

R = 43.16%
G = 51.93%
B = 4.91%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#7B940E (or 0x7B940E) is known color: Citron. HEX triplet: 7B, 94 and 0E. RGB value is (123,148,14). Sum of RGB (Red+Green+Blue) = 123+148+14=285 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.16% from 285); Green value is 148 (58.20% from 255 or 51.93% from 285); Blue value is 14 (5.86% from 255 or 4.91% from 285); Max value from RGB is 148 - color contains mainly: green. Hex color #7B940E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7B940E is #846BF1. Grayscale: #7D7D7D. Windows color (decimal): -8678386 or 955515. OLE color: 955515.

HSL color Cylindrical-coordinate representation of color #7B940E: hue angle of 71.19º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7B940E is Cyan = 0.17, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB 123 148 14 -
CMYK 0.17 0 0.91 0.42
HSL 71.19º 0.83% 0.32% -
HSV(B) 71.19º 0.91% 0.58% -
XYZ 18.84 25.42 4.33 -
YUV 125.25 65.22 126.4 -
System Red Green Blue C M Y K H S L
Decimal 123 148 14 0.17 0 0.91 0.42 71.19 0.83 0.32
Hex 7B 94 E 11 0 5B 2A 47 53 20
Octal 173 224 16 21 0 133 52 107 123 40
Binary 1111011 10010100 1110 10001 0 1011011 101010 1000111 1010011 100000

Color Harmonies of #7B940E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B940E

Black with #7B940E

Text Example


Text Example

White with #7B940E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,148,14); }

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

background-color css

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

 a { background-color: rgb(123,148,14); }

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

border-color css

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

 span { border-color: rgb(123,148,14); }

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