Html Css Color HEX #8CB707 Citrus

📋 copy color: '#8CB707'

red 140 ◦ green 183 ◦ blue 7

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

Shades of Citrus #8CB707

Tints of Citrus #8CB707

RGB

 RED value IS 140 (55.08% from 255) = 42.42%

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

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

R = 42.42%
G = 55.45%
B = 2.12%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.96

 K value IS 0.28

RGB Variations

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

Color information

#8CB707 (or 0x8CB707) is known color: Citrus. HEX triplet: 8C, B7 and 07. RGB value is (140,183,7). Sum of RGB (Red+Green+Blue) = 140+183+7=330 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.42% from 330); Green value is 183 (71.88% from 255 or 55.45% from 330); Blue value is 7 (3.12% from 255 or 2.12% from 330); Max value from RGB is 183 - color contains mainly: green. Hex color #8CB707 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CB707 is #7348F8. Grayscale: #969696. Windows color (decimal): -7555321 or 505740. OLE color: 505740.

HSL color Cylindrical-coordinate representation of color #8CB707: hue angle of 74.66º 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 #8CB707 is Cyan = 0.23, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.28.

Color convert

RGB 140 183 7 -
CMYK 0.23 0 0.96 0.28
HSL 74.66º 0.93% 0.37% -
HSV(B) 74.66º 0.96% 0.72% -
XYZ 27.79 39.46 6.35 -
YUV 150.08 47.25 120.81 -
System Red Green Blue C M Y K H S L
Decimal 140 183 7 0.23 0 0.96 0.28 74.66 0.93 0.37
Hex 8C B7 7 17 0 60 1C 4B 5D 25
Octal 214 267 7 27 0 140 34 113 135 45
Binary 10001100 10110111 111 10111 0 1100000 11100 1001011 1011101 100101

Color Harmonies of #8CB707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB707

Black with #8CB707

Text Example


Text Example

White with #8CB707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8CB707; }

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

 H1.HeaderClassName
 {
   color: #8CB707;
 }
 .AnyTagClassName
 {
   color: #8CB707;
 }
</style>

background-color css

<style>
 a { background-color: #8CB707; }

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

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

border-color css

<style>
 span { border-color: #8CB707; }

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

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