Html Css Color HEX #7BAD04 Christi

📋 copy color: '#7BAD04'

red 123 ◦ green 173 ◦ blue 4

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

Shades of Christi #7BAD04

Tints of Christi #7BAD04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.33%

R = 41%
G = 57.67%
B = 1.33%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#7BAD04 (or 0x7BAD04) is known color: Christi. HEX triplet: 7B, AD and 04. RGB value is (123,173,4). Sum of RGB (Red+Green+Blue) = 123+173+4=300 (39% of max value = 765). Red value is 123 (48.44% from 255 or 41% from 300); Green value is 173 (67.97% from 255 or 57.67% from 300); Blue value is 4 (1.95% from 255 or 1.33% from 300); Max value from RGB is 173 - color contains mainly: green. Hex color #7BAD04 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7BAD04 is #8452FB. Grayscale: #8B8B8B. Windows color (decimal): -8671996 or 306555. OLE color: 306555.

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

Color convert

RGB 123 173 4 -
CMYK 0.29 0 0.98 0.32
HSL 77.75º 0.95% 0.35% -
HSV(B) 77.75º 0.98% 0.68% -
XYZ 23.13 34.11 5.48 -
YUV 138.78 51.94 116.74 -
System Red Green Blue C M Y K H S L
Decimal 123 173 4 0.29 0 0.98 0.32 77.75 0.95 0.35
Hex 7B AD 4 1D 0 62 20 4E 5F 23
Octal 173 255 4 35 0 142 40 116 137 43
Binary 1111011 10101101 100 11101 0 1100010 100000 1001110 1011111 100011

Color Harmonies of #7BAD04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BAD04

Black with #7BAD04

Text Example


Text Example

White with #7BAD04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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