Html Css Color HEX #7B960C Citron

📋 copy color: '#7B960C'

red 123 ◦ green 150 ◦ blue 12

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

Shades of Citron #7B960C

Tints of Citron #7B960C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 52.63%

 BLUE value IS 12 (5.08% from 255) = 4.21%

R = 43.16%
G = 52.63%
B = 4.21%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.92

 K value IS 0.41

RGB Variations

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

Color information

#7B960C (or 0x7B960C) is known color: Citron. HEX triplet: 7B, 96 and 0C. RGB value is (123,150,12). Sum of RGB (Red+Green+Blue) = 123+150+12=285 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.16% from 285); Green value is 150 (58.98% from 255 or 52.63% from 285); Blue value is 12 (5.08% from 255 or 4.21% from 285); Max value from RGB is 150 - color contains mainly: green. Hex color #7B960C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7B960C is #8469F3. Grayscale: #7E7E7E. Windows color (decimal): -8677876 or 824955. OLE color: 824955.

HSL color Cylindrical-coordinate representation of color #7B960C: hue angle of 71.74º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7B960C is Cyan = 0.18, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.41.

Color convert

RGB 123 150 12 -
CMYK 0.18 0 0.92 0.41
HSL 71.74º 0.85% 0.32% -
HSV(B) 71.74º 0.92% 0.59% -
XYZ 19.14 26.05 4.37 -
YUV 126.2 63.55 125.72 -
System Red Green Blue C M Y K H S L
Decimal 123 150 12 0.18 0 0.92 0.41 71.74 0.85 0.32
Hex 7B 96 C 12 0 5C 29 48 55 20
Octal 173 226 14 22 0 134 51 110 125 40
Binary 1111011 10010110 1100 10010 0 1011100 101001 1001000 1010101 100000

Color Harmonies of #7B960C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B960C

Black with #7B960C

Text Example


Text Example

White with #7B960C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,150,12); }

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

background-color css

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

 a { background-color: rgb(123,150,12); }

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

border-color css

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

 span { border-color: rgb(123,150,12); }

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