Html Css Color HEX #69760F Fiji Green

📋 copy color: '#69760F'

red 105 ◦ green 118 ◦ blue 15

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

Shades of Fiji Green #69760F

Tints of Fiji Green #69760F

RGB

 RED value IS 105 (41.41% from 255) = 44.12%

 GREEN value IS 118 (46.48% from 255) = 49.58%

 BLUE value IS 15 (6.25% from 255) = 6.3%

R = 44.12%
G = 49.58%
B = 6.3%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.87

 K value IS 0.54

RGB Variations

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

Color information

#69760F (or 0x69760F) is known color: Fiji Green. HEX triplet: 69, 76 and 0F. RGB value is (105,118,15). Sum of RGB (Red+Green+Blue) = 105+118+15=238 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.12% from 238); Green value is 118 (46.48% from 255 or 49.58% from 238); Blue value is 15 (6.25% from 255 or 6.30% from 238); Max value from RGB is 118 - color contains mainly: green. Hex color #69760F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #69760F is #9689F0. Grayscale: #666666. Windows color (decimal): -9865713 or 1013353. OLE color: 1013353.

HSL color Cylindrical-coordinate representation of color #69760F: hue angle of 67.57º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #69760F is Cyan = 0.11, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.54.

Color convert

RGB 105 118 15 -
CMYK 0.11 0 0.87 0.54
HSL 67.57º 0.77% 0.26% -
HSV(B) 67.57º 0.87% 0.46% -
XYZ 12.39 15.99 2.89 -
YUV 102.37 78.69 129.88 -
System Red Green Blue C M Y K H S L
Decimal 105 118 15 0.11 0 0.87 0.54 67.57 0.77 0.26
Hex 69 76 F B 0 57 36 44 4D 1A
Octal 151 166 17 13 0 127 66 104 115 32
Binary 1101001 1110110 1111 1011 0 1010111 110110 1000100 1001101 11010

Color Harmonies of #69760F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69760F

Black with #69760F

Text Example


Text Example

White with #69760F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69760F; }

 p { color: rgb(105,118,15); }

 H1.HeaderClassName
 {
   color: #69760F;
 }
 .AnyTagClassName
 {
   color: #69760F;
 }
</style>

background-color css

<style>
 a { background-color: #69760F; }

 a { background-color: rgb(105,118,15); }

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

border-color css

<style>
 span { border-color: #69760F; }

 span { border-color: rgb(105,118,15); }

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