Html Css Color HEX #959F07 Citrus

📋 copy color: '#959F07'

red 149 ◦ green 159 ◦ blue 7

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

Shades of Citrus #959F07

Tints of Citrus #959F07

RGB

 RED value IS 149 (58.59% from 255) = 47.3%

 GREEN value IS 159 (62.5% from 255) = 50.48%

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

R = 47.3%
G = 50.48%
B = 2.22%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.96

 K value IS 0.38

RGB Variations

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

Color information

#959F07 (or 0x959F07) is known color: Citrus. HEX triplet: 95, 9F and 07. RGB value is (149,159,7). Sum of RGB (Red+Green+Blue) = 149+159+7=315 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.30% from 315); Green value is 159 (62.5% from 255 or 50.48% from 315); Blue value is 7 (3.12% from 255 or 2.22% from 315); Max value from RGB is 159 - color contains mainly: green. Hex color #959F07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #959F07 is #6A60F8. Grayscale: #8B8B8B. Windows color (decimal): -6971641 or 499605. OLE color: 499605.

HSL color Cylindrical-coordinate representation of color #959F07: hue angle of 63.95º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #959F07 is Cyan = 0.06, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.38.

Color convert

RGB 149 159 7 -
CMYK 0.06 0 0.96 0.38
HSL 63.95º 0.92% 0.33% -
HSV(B) 63.95º 0.96% 0.62% -
XYZ 24.83 31.2 4.91 -
YUV 138.68 53.69 135.36 -
System Red Green Blue C M Y K H S L
Decimal 149 159 7 0.06 0 0.96 0.38 63.95 0.92 0.33
Hex 95 9F 7 6 0 60 26 40 5C 21
Octal 225 237 7 6 0 140 46 100 134 41
Binary 10010101 10011111 111 110 0 1100000 100110 1000000 1011100 100001

Color Harmonies of #959F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959F07

Black with #959F07

Text Example


Text Example

White with #959F07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959F07; }

 p { color: rgb(149,159,7); }

 H1.HeaderClassName
 {
   color: #959F07;
 }
 .AnyTagClassName
 {
   color: #959F07;
 }
</style>

background-color css

<style>
 a { background-color: #959F07; }

 a { background-color: rgb(149,159,7); }

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

border-color css

<style>
 span { border-color: #959F07; }

 span { border-color: rgb(149,159,7); }

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