Html Css Color HEX #71B707 Christi

📋 copy color: '#71B707'

red 113 ◦ green 183 ◦ blue 7

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

Shades of Christi #71B707

Tints of Christi #71B707

RGB

 RED value IS 113 (44.53% from 255) = 37.29%

 GREEN value IS 183 (71.88% from 255) = 60.4%

 BLUE value IS 7 (3.13% from 255) = 2.31%

R = 37.29%
G = 60.4%
B = 2.31%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.96

 K value IS 0.28

RGB Variations

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

Color information

#71B707 (or 0x71B707) is known color: Christi. HEX triplet: 71, B7 and 07. RGB value is (113,183,7). Sum of RGB (Red+Green+Blue) = 113+183+7=303 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.29% from 303); Green value is 183 (71.88% from 255 or 60.40% from 303); Blue value is 7 (3.12% from 255 or 2.31% from 303); Max value from RGB is 183 - color contains mainly: green. Hex color #71B707 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71B707 is #8E48F8. Grayscale: #8E8E8E. Windows color (decimal): -9324793 or 505713. OLE color: 505713.

HSL color Cylindrical-coordinate representation of color #71B707: hue angle of 83.86º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #71B707 is Cyan = 0.38, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.28.

Color convert

RGB 113 183 7 -
CMYK 0.38 0 0.96 0.28
HSL 83.86º 0.93% 0.37% -
HSV(B) 83.86º 0.96% 0.72% -
XYZ 23.78 37.39 6.17 -
YUV 142.01 51.81 107.31 -
System Red Green Blue C M Y K H S L
Decimal 113 183 7 0.38 0 0.96 0.28 83.86 0.93 0.37
Hex 71 B7 7 26 0 60 1C 54 5D 25
Octal 161 267 7 46 0 140 34 124 135 45
Binary 1110001 10110111 111 100110 0 1100000 11100 1010100 1011101 100101

Color Harmonies of #71B707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71B707

Black with #71B707

Text Example


Text Example

White with #71B707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71B707; }

 p { color: rgb(113,183,7); }

 H1.HeaderClassName
 {
   color: #71B707;
 }
 .AnyTagClassName
 {
   color: #71B707;
 }
</style>

background-color css

<style>
 a { background-color: #71B707; }

 a { background-color: rgb(113,183,7); }

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

border-color css

<style>
 span { border-color: #71B707; }

 span { border-color: rgb(113,183,7); }

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