Html Css Color HEX #7C970B Citron

📋 copy color: '#7C970B'

red 124 ◦ green 151 ◦ blue 11

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

Shades of Citron #7C970B

Tints of Citron #7C970B

RGB

 RED value IS 124 (48.83% from 255) = 43.36%

 GREEN value IS 151 (59.38% from 255) = 52.8%

 BLUE value IS 11 (4.69% from 255) = 3.85%

R = 43.36%
G = 52.8%
B = 3.85%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#7C970B (or 0x7C970B) is known color: Citron. HEX triplet: 7C, 97 and 0B. RGB value is (124,151,11). Sum of RGB (Red+Green+Blue) = 124+151+11=286 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.36% from 286); Green value is 151 (59.38% from 255 or 52.80% from 286); Blue value is 11 (4.69% from 255 or 3.85% from 286); Max value from RGB is 151 - color contains mainly: green. Hex color #7C970B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7C970B is #8368F4. Grayscale: #7F7F7F. Windows color (decimal): -8612085 or 759676. OLE color: 759676.

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

Color convert

RGB 124 151 11 -
CMYK 0.18 0 0.93 0.41
HSL 71.57º 0.86% 0.32% -
HSV(B) 71.57º 0.93% 0.59% -
XYZ 19.44 26.44 4.4 -
YUV 126.97 62.55 125.88 -
System Red Green Blue C M Y K H S L
Decimal 124 151 11 0.18 0 0.93 0.41 71.57 0.86 0.32
Hex 7C 97 B 12 0 5D 29 48 56 20
Octal 174 227 13 22 0 135 51 110 126 40
Binary 1111100 10010111 1011 10010 0 1011101 101001 1001000 1010110 100000

Color Harmonies of #7C970B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C970B

Black with #7C970B

Text Example


Text Example

White with #7C970B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,151,11); }

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

background-color css

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

 a { background-color: rgb(124,151,11); }

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

border-color css

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

 span { border-color: rgb(124,151,11); }

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