Html Css Color HEX #7BAF01 Christi

📋 copy color: '#7BAF01'

red 123 ◦ green 175 ◦ blue 1

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

Shades of Christi #7BAF01

Tints of Christi #7BAF01

RGB

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

 GREEN value IS 175 (68.75% from 255) = 58.53%

 BLUE value IS 1 (0.78% from 255) = 0.33%

R = 41.14%
G = 58.53%
B = 0.33%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#7BAF01 (or 0x7BAF01) is known color: Christi. HEX triplet: 7B, AF and 01. RGB value is (123,175,1). Sum of RGB (Red+Green+Blue) = 123+175+1=299 (39% of max value = 765). Red value is 123 (48.44% from 255 or 41.14% from 299); Green value is 175 (68.75% from 255 or 58.53% from 299); Blue value is 1 (0.78% from 255 or 0.33% from 299); Max value from RGB is 175 - color contains mainly: green. Hex color #7BAF01 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7BAF01 is #8450FE. Grayscale: #8C8C8C. Windows color (decimal): -8671487 or 110459. OLE color: 110459.

HSL color Cylindrical-coordinate representation of color #7BAF01: hue angle of 77.93º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7BAF01 is Cyan = 0.30, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.31.

Color convert

RGB 123 175 1 -
CMYK 0.30 0 0.99 0.31
HSL 77.93º 0.99% 0.35% -
HSV(B) 77.93º 0.99% 0.69% -
XYZ 23.5 34.87 5.52 -
YUV 139.62 49.77 116.15 -
System Red Green Blue C M Y K H S L
Decimal 123 175 1 0.30 0 0.99 0.31 77.93 0.99 0.35
Hex 7B AF 1 1E 0 63 1F 4E 63 23
Octal 173 257 1 36 0 143 37 116 143 43
Binary 1111011 10101111 1 11110 0 1100011 11111 1001110 1100011 100011

Color Harmonies of #7BAF01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BAF01

Black with #7BAF01

Text Example


Text Example

White with #7BAF01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,175,1); }

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

background-color css

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

 a { background-color: rgb(123,175,1); }

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

border-color css

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

 span { border-color: rgb(123,175,1); }

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