Html Css Color HEX #7D970B Citron

📋 copy color: '#7D970B'

red 125 ◦ green 151 ◦ blue 11

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

Shades of Citron #7D970B

Tints of Citron #7D970B

RGB

 RED value IS 125 (49.22% from 255) = 43.55%

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

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

R = 43.55%
G = 52.61%
B = 3.83%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#7D970B (or 0x7D970B) is known color: Citron. HEX triplet: 7D, 97 and 0B. RGB value is (125,151,11). Sum of RGB (Red+Green+Blue) = 125+151+11=287 (38% of max value = 765). Red value is 125 (49.22% from 255 or 43.55% from 287); Green value is 151 (59.38% from 255 or 52.61% from 287); Blue value is 11 (4.69% from 255 or 3.83% from 287); Max value from RGB is 151 - color contains mainly: green. Hex color #7D970B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7D970B is #8268F4. Grayscale: #7F7F7F. Windows color (decimal): -8546549 or 759677. OLE color: 759677.

HSL color Cylindrical-coordinate representation of color #7D970B: hue angle of 71.14º 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 #7D970B is Cyan = 0.17, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB 125 151 11 -
CMYK 0.17 0 0.93 0.41
HSL 71.14º 0.86% 0.32% -
HSV(B) 71.14º 0.93% 0.59% -
XYZ 19.58 26.52 4.4 -
YUV 127.27 62.39 126.38 -
System Red Green Blue C M Y K H S L
Decimal 125 151 11 0.17 0 0.93 0.41 71.14 0.86 0.32
Hex 7D 97 B 11 0 5D 29 47 56 20
Octal 175 227 13 21 0 135 51 107 126 40
Binary 1111101 10010111 1011 10001 0 1011101 101001 1000111 1010110 100000

Color Harmonies of #7D970B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D970B

Black with #7D970B

Text Example


Text Example

White with #7D970B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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