Html Css Color HEX #7BAD0D Lima

📋 copy color: '#7BAD0D'

red 123 ◦ green 173 ◦ blue 13

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

Shades of Lima #7BAD0D

Tints of Lima #7BAD0D

RGB

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

 GREEN value IS 173 (67.97% from 255) = 55.99%

 BLUE value IS 13 (5.47% from 255) = 4.21%

R = 39.81%
G = 55.99%
B = 4.21%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#7BAD0D (or 0x7BAD0D) is known color: Lima. HEX triplet: 7B, AD and 0D. RGB value is (123,173,13). Sum of RGB (Red+Green+Blue) = 123+173+13=309 (40% of max value = 765). Red value is 123 (48.44% from 255 or 39.81% from 309); Green value is 173 (67.97% from 255 or 55.99% from 309); Blue value is 13 (5.47% from 255 or 4.21% from 309); Max value from RGB is 173 - color contains mainly: green. Hex color #7BAD0D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7BAD0D is #8452F2. Grayscale: #8C8C8C. Windows color (decimal): -8671987 or 896379. OLE color: 896379.

HSL color Cylindrical-coordinate representation of color #7BAD0D: hue angle of 78.75º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7BAD0D is Cyan = 0.29, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.32.

Color convert

RGB 123 173 13 -
CMYK 0.29 0 0.92 0.32
HSL 78.75º 0.86% 0.36% -
HSV(B) 78.75º 0.92% 0.68% -
XYZ 23.18 34.13 5.75 -
YUV 139.81 56.44 116.01 -
System Red Green Blue C M Y K H S L
Decimal 123 173 13 0.29 0 0.92 0.32 78.75 0.86 0.36
Hex 7B AD D 1D 0 5C 20 4F 56 24
Octal 173 255 15 35 0 134 40 117 126 44
Binary 1111011 10101101 1101 11101 0 1011100 100000 1001111 1010110 100100

Color Harmonies of #7BAD0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BAD0D

Black with #7BAD0D

Text Example


Text Example

White with #7BAD0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,173,13); }

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

background-color css

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

 a { background-color: rgb(123,173,13); }

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

border-color css

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

 span { border-color: rgb(123,173,13); }

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