Html Css Color HEX #526F07 Fiji Green

📋 copy color: '#526F07'

red 82 ◦ green 111 ◦ blue 7

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

Shades of Fiji Green #526F07

Tints of Fiji Green #526F07

RGB

 RED value IS 82 (32.42% from 255) = 41%

 GREEN value IS 111 (43.75% from 255) = 55.5%

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

R = 41%
G = 55.5%
B = 3.5%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.94

 K value IS 0.56

RGB Variations

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

Color information

#526F07 (or 0x526F07) is known color: Fiji Green. HEX triplet: 52, 6F and 07. RGB value is (82,111,7). Sum of RGB (Red+Green+Blue) = 82+111+7=200 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41% from 200); Green value is 111 (43.75% from 255 or 55.5% from 200); Blue value is 7 (3.12% from 255 or 3.5% from 200); Max value from RGB is 111 - color contains mainly: green. Hex color #526F07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526F07 is #AD90F8. Grayscale: #5A5A5A. Windows color (decimal): -11374841 or 487250. OLE color: 487250.

HSL color Cylindrical-coordinate representation of color #526F07: hue angle of 76.73º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #526F07 is Cyan = 0.26, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.56.

Color convert

RGB 82 111 7 -
CMYK 0.26 0 0.94 0.56
HSL 76.73º 0.88% 0.23% -
HSV(B) 76.73º 0.94% 0.44% -
XYZ 9.2 13.18 2.26 -
YUV 90.47 80.89 121.96 -
System Red Green Blue C M Y K H S L
Decimal 82 111 7 0.26 0 0.94 0.56 76.73 0.88 0.23
Hex 52 6F 7 1A 0 5E 38 4D 58 17
Octal 122 157 7 32 0 136 70 115 130 27
Binary 1010010 1101111 111 11010 0 1011110 111000 1001101 1011000 10111

Color Harmonies of #526F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526F07

Black with #526F07

Text Example


Text Example

White with #526F07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,111,7); }

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

background-color css

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

 a { background-color: rgb(82,111,7); }

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

border-color css

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

 span { border-color: rgb(82,111,7); }

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